﻿/* DEFAULTS
----------------------------------------------------------*/

html 
{
    height: 100%;
}

body   
{
    background: #ffffff;
    font-size: .80em;
    font-family: sans-serif, Sans-Serif, Arial, Helvetica, Verdana, "Helvetica Neue", "Lucida Grande", "Segoe UI";
    margin: 0;
    height: 100%;
}

.form_style
{
	height: 100%;
}

.main_wrapper
{
    width: 1200px;
    margin: 0px auto 0px auto;
    height: 100%;
    background: white;
}

.wrapper
{
    min-height: 100%;
}

.content
{
    font-size: 14px;
    padding: 30px 30px 53px 30px;
    color: #000000;
    /*color: #696969;*/
    text-align:justify;
    line-height:130%;
}

.content table
{
}

.content th, .content td
{
    padding:8px;
    margin:0px;
    border:1px solid #bbbbbb;
}

.contentlinks
{
    margin-top:20px;
    text-indent:0px;
    line-height:170%;
}

.footer
{
    position: relative;
    margin: 0;
    padding: 0;
    color:#f2d5c9;
    text-align:right;
    clear: both;
    z-index: 0;
    height: 23px;
    margin-top: -23px;
    background-image: url(../Images/footer_bg.png);
    background-repeat: repeat-x;
}

.footercontent
{
    padding: 6px 15px 0px 0px;
}

.header
{
    position:relative;
    width: 100%;
}

.title
{
    position:relative;
    text-align: left;
    width: 100%;
    height: 84px;
    background-image: url(../Images/header_bg.png);
    background-repeat: repeat-x;
}

.title h1
{
    margin: 0;
    padding: 0px 0px 4px 20px;
    color: #236471;
    font-size: 31px;
    font-weight:bold;
}

.title h1 a
{
    color: #236471;
    font-size: 31px;
    font-weight:bold;
    text-decoration: none;
}

.title h2
{
    margin: 0;
    padding: 0px 0px 0px 20px;
    color: #236471;
    font-size: 25px;
    font-weight:normal;
}

.titlelinks
{
    padding: 8px 12px 0px 0px;
    position:absolute;
    right: 0;
    top:0;
}

.titlelinks a:visited, .titlelinks a:link, .titlelinks a:active
{
    font-size: 11px;
    border:2px solid #f1692f;
    background:#ffffff;
    color: #f1692f;
    border-radius:8px;
    margin:0px 2px;
    padding:3px 6px;
    text-decoration:none;
}

.titlelinks a:hover
{
    background:#f08253;
    color: #ffffff;
}


.appointmentlink
{
    padding: 8px 12px 0px 0px;
    position:absolute;
    right: 220px;
    top:0;
    font-weight:bold;
}

.appointmentlink a:visited, .appointmentlink a:link, .appointmentlink a:active
{
    font-size: 11px;
    border:2px solid #3f98aa;
    background:#ffffff;
    color: #2c7a89;
    border-radius:8px;
    margin:0px 2px;
    padding:3px 6px;
    text-decoration:none;
}

.appointmentlink a:hover
{
    background:#73a3ad;
    color: #ffffff;
}

.titlesearch
{
    margin:0px;
    padding: 0px 12px 8px 0px;
    position:absolute;
    right: 0;
    bottom:0;
}

.titlesearch table, .titlesearch tr, .titlesearch td
{
    border:0px solid #6d6d6d;
}

.titlesearchbox
{
    
    border: 2px solid #959595;
    background-color: #c7c7c7;
    border-radius:3px;
    margin: 0px;
    padding: 0px 4px 0px 4px;
    height: 22px;
    width: 120px;
    color: white;
    font-weight:bold;
    font-size:14px;
}

.titlesearchbutton
{
    border: 2px solid #9f9f9f;
    background-color: #b2b2b2;
    border-radius:3px;
    margin: 0px;
    padding: 0px;
}

.menubar
{
    position:relative;
    width: 100%;
    height: 37px;
    margin: 0;
    background-image: url(../Images/menu_bg.png);
    background-repeat: repeat-x;
    z-index: 1;
}

.navbar
{
    position:relative;
    color: White;
    width: 100%;
    height: 24px;
    margin: 0;
    background-image: url(../Images/nav_bg.png);
    background-repeat: repeat-x;
    z-index: 0;
}

.navcontent
{
    position:relative;
    padding: 4px 0px 0px 10px;
}

.navcontent a:link, .navcontent a:visited
{
    color: White;
    text-decoration:none;
}

.navcontent a:hover, .navcontent a:active
{
    color: White;
    text-decoration:underline;
}

a:link, a:visited
{
    color: #f1692f;
    text-decoration: none;
}

a:hover
{
    color: #f1692f;
    text-decoration: underline;
}

a:active
{
    color: #f1692f;
}

p
{
    margin-bottom: 0px;
    line-height:130%;
}

img
{
    border: 0;
    padding: 0;
    margin: 0;
}

.borderlesstable table, .borderlesstable tr, .borderlesstable td, .borderlesstable th
{
    border:0;
}

.errorMessage
{
    color:red;
    font-weight:200;
    font-size:16px;
    text-align:center;
    text-indent:0;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    /*color: #696969;*/
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* TAB MENU   
----------------------------------------------------------*/

div.menu
{
    height: 37px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    padding: 0px 15px 0px 15px;
    text-align: center;
    vertical-align: middle;
    line-height: 37px; 
    height: 37px;
    color: #ffffff;
    background-image: url(../Images/menu_bg.png);
    background-repeat:repeat-x;
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    display:block;
    background-image:none;
    background-color: #73a3ad;
    color: #ffffff;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #73a3ad;
    color: #ffffff;
    text-decoration: none;
}

img[alt='Skip Navigation Links'] 
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}